home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Maths & Calculations / dog-years-calc.izs < prev    next >
Text File  |  2005-07-29  |  2KB  |  66 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Dog Years Calculator
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>Dogs have a much shorter life span than us humans, so proportionally speaking, every year we live is many in terms of dog years. Used the below amusing calculator to find out how old dog years you currently are!
  7. <!/DESCRIPTION> 
  8.  
  9. <!CATEGORY>math related<!/CATEGORY>
  10.  
  11. <!SCRIPT>
  12. <!-- START OF SCRIPT -->
  13. <b>Want to know how old you are in dog years?</b>
  14.  
  15. <FORM>
  16.  
  17. <SCRIPT LANGUAGE="LiveScript">
  18.  
  19. function fido (form){
  20.     form.dogyears.value = form.humanyears.value * 7
  21. }
  22. </SCRIPT>
  23.  
  24. <TABLE>
  25. <TR><TD>Enter your age:</TD><TD><INPUT TYPE ="text" NAME="humanyears" SIZE=15></TD></TR>
  26.  
  27. <TR><TD><INPUT TYPE ="button" VALUE="Calculate" ONCLICK="fido(this.form)"></TD></TR>
  28.  
  29. <TR><TD>Your age in Dog Years is:</TD><TD><INPUT TYPE="text" NAME="dogyears" SIZE=15></TD></TR>
  30.  
  31. </TABLE>
  32. </FORM>
  33.  
  34.  
  35. <!-- END OF SCRIPT -->
  36. <!/SCRIPT>
  37.  
  38. <!PREVIEW>
  39. <!-- START OF SCRIPT -->
  40. <b>Want to know how old you are in dog years?</b>
  41.  
  42. <FORM>
  43.  
  44. <SCRIPT LANGUAGE="LiveScript">
  45.  
  46. function fido (form){
  47.     form.dogyears.value = form.humanyears.value * 7
  48. }
  49. </SCRIPT>
  50.  
  51. <TABLE>
  52. <TR><TD>Enter your age:</TD><TD><INPUT TYPE ="text" NAME="humanyears" SIZE=15></TD></TR>
  53.  
  54. <TR><TD><INPUT TYPE ="button" VALUE="Calculate" ONCLICK="fido(this.form)"></TD></TR>
  55.  
  56. <TR><TD>Your age in Dog Years is:</TD><TD><INPUT TYPE="text" NAME="dogyears" SIZE=15></TD></TR>
  57.  
  58. </TABLE>
  59. </FORM>
  60.  
  61.  
  62.  
  63. <!-- END OF SCRIPT -->
  64. <!/PREVIEW>
  65.  
  66. <!RELATED>NONE<!/RELATED>